home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / prtfrm51.zip / FRMSRC.ZIP / UNITMAIN.DFM / UNITMAIN.txt
Text File  |  1996-06-22  |  4KB  |  167 lines

  1. object MainDialog: TMainDialog
  2.   Left = 146
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   Caption = 'Main Dialog'
  6.   ClientHeight = 381
  7.   ClientWidth = 592
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 0
  18.     Width = 581
  19.     Height = 65
  20.     Style = bsRaised
  21.   end
  22.   object Label1: TLabel
  23.     Left = 168
  24.     Top = 8
  25.     Width = 414
  26.     Height = 51
  27.     Caption = 
  28.       'These demos display some of Printit'#39's unique printing abilities.' +
  29.       ' They were specifically created out of user demand to answer que' +
  30.       'stions on Printit and show the more advanced topics'
  31.     Font.Color = clPurple
  32.     Font.Height = -15
  33.     Font.Name = 'Times New Roman'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38.   object Printit: TLabel
  39.     Left = 24
  40.     Top = 8
  41.     Width = 117
  42.     Height = 38
  43.     Caption = 'Printit'
  44.     Font.Color = clYellow
  45.     Font.Height = -33
  46.     Font.Name = 'Times New Roman'
  47.     Font.Style = [fsBold, fsItalic]
  48.     ParentFont = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 32
  52.     Top = 44
  53.     Width = 78
  54.     Height = 16
  55.     Caption = 'Version 5.1'
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 12
  59.     Top = 76
  60.     Width = 485
  61.     Height = 297
  62.     TabOrder = 0
  63.     object Label3: TLabel
  64.       Left = 12
  65.       Top = 8
  66.       Width = 445
  67.       Height = 36
  68.       Alignment = taCenter
  69.       Caption = 
  70.         'The source for each demo is in the form # printed next to them e' +
  71.         '.g. Demo 01 is in unit FDemo01, Demo 10 is in unit FDemo10'
  72.       Font.Color = clBlue
  73.       Font.Height = -15
  74.       Font.Name = 'Arial'
  75.       Font.Style = [fsBold]
  76.       ParentFont = False
  77.       WordWrap = True
  78.     end
  79.     object ListBox1: TListBox
  80.       Left = 12
  81.       Top = 52
  82.       Width = 461
  83.       Height = 233
  84.       Font.Color = clBlack
  85.       Font.Height = -15
  86.       Font.Name = 'Arial'
  87.       Font.Style = []
  88.       ItemHeight = 17
  89.       Items.Strings = (
  90.         
  91.           '01 Actual Font Styles and Sizes - As supplied by the Printer Dri' +
  92.           'ver '
  93.         '02 Multiple TPanel components - Combined size larger than page'
  94.         '03 Printing the Active Page on a TNotebook'
  95.         '04 Print a Window'
  96.         '05 Print Invoice #1 - View or direct to printer'
  97.         '06 Print a form with Fishes from a Table'
  98.         '07 Combined Window and Grid Print '
  99.         '08 Grid Print'
  100.         
  101.           '09 Grid and Window on same page - View and Direct Print to print' +
  102.           'er'
  103.         '10 Print current Printer Information'
  104.         '11 Print Fonts of currently selected printer'
  105.         '12 Simple Pie Chart'
  106.         '13 Print a few shapes'
  107.         '14 A Fax Form example'
  108.         '15 Various components printed'
  109.         '16 Print Grid backdrops'
  110.         '17 Print Invoice # 2'
  111.         '18 Print a customised letter'
  112.         ''
  113.         ''
  114.         '')
  115.       ParentFont = False
  116.       TabOrder = 0
  117.       OnDblClick = ListBox1DblClick
  118.     end
  119.   end
  120.   object View: TButton
  121.     Left = 504
  122.     Top = 120
  123.     Width = 85
  124.     Height = 33
  125.     Caption = '&View'
  126.     Font.Color = clBlack
  127.     Font.Height = -15
  128.     Font.Name = 'Arial'
  129.     Font.Style = []
  130.     ParentFont = False
  131.     TabOrder = 2
  132.     OnClick = ViewClick
  133.   end
  134.   object Exit: TButton
  135.     Left = 503
  136.     Top = 260
  137.     Width = 86
  138.     Height = 33
  139.     Caption = '&Exit'
  140.     Font.Color = clBlack
  141.     Font.Height = -15
  142.     Font.Name = 'Arial'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 3
  146.     OnClick = ExitClick
  147.   end
  148.   object Printer: TButton
  149.     Left = 504
  150.     Top = 76
  151.     Width = 85
  152.     Height = 33
  153.     Caption = 'Set &Printer'
  154.     Font.Color = clBlack
  155.     Font.Height = -15
  156.     Font.Name = 'Arial'
  157.     Font.Style = []
  158.     ParentFont = False
  159.     TabOrder = 1
  160.     OnClick = PrinterClick
  161.   end
  162.   object PrinterSetupDialog1: TPrinterSetupDialog
  163.     Left = 512
  164.     Top = 316
  165.   end
  166. end
  167.